Skip to content

<< qlik app media list

qlik app media list get

Description

Lists media content. Returns a JSON formatted array of strings describing the available media content or error if the optional path supplied is not found.

Usage

qlik app media list get [flags]

Flags

Local
  • --appId (string) - Unique application identifier.

  • --help [shorthand:-h] - help for get

  • --interval (int) - Duration in seconds to wait between retries, at least 1 (default 1)

  • --quiet [shorthand:-q] - Return only ids from the command

  • --raw - Return original response from server without any processing

  • --retry (int) - Number of retries to do before failing, max 10

  • --show (string) - Optional. List output can include files and folders in different ways:

  • * (Not) - recursive, default if show option is not supplied or incorrectly specified, results in output with files and empty directories for the path specified only.

  • * (Recursive(r),) - use ?show=r or ?show=recursive, results in a recursive output with files, all empty folders are excluded.

  • * (All(a),) - use ?show=a or ?show=all, results in a recursive output with files and empty directories.

Global
  • --config (string) [shorthand:-c]- path/to/config.yml where parameters can be set instead of on the command line

  • --context (string) - Name of the context used when connecting to Qlik Associative Engine

  • --headers (stringToString) - Http headers to use when connecting to Qlik Associative Engine (default [])

  • --insecure - Enabling insecure will make it possible to connect using self signed certificates

  • --json - Returns output in JSON format if possible, disables verbose and traffic output

  • --server (string) [shorthand:-s]- URL to a Qlik Sense server (SaaS or Enterprise on Windows) or directly to a Qlik Associative Engine

  • --server-type (string) - The type of server you are using: cloud (SaaS), windows (Enterprise on Windows) or engine

  • --verbose [shorthand:-v]- Log extra information